Android 简介

https://developer.android.google.cn/guide/index.html

应用基础知识

https://developer.android.google.cn/guide/components/fundamentals.html

设备兼容性 Device Compatibility

https://developer.android.google.cn/guide/practices/compatibility.html

系统权限

https://developer.android.google.cn/guide/topics/security/permissions.html

平台架构

https://developer.android.google.cn/guide/platform/index.html

使用 Java 8 语言功能

https://developer.android.google.cn/guide/platform/j8-jack.html

在 Android Runtime (ART) 上验证应用行为

https://developer.android.google.cn/guide/practices/verifying-apps-art.html

应用组件

https://developer.android.google.cn/guide/components/index.html

Intent 和 Intent 过滤器

https://developer.android.google.cn/guide/components/intents-filters.html

通用 Intent

https://developer.android.google.cn/guide/components/intents-common.html

Activity

https://developer.android.google.cn/guide/components/activities.html

片段 fragment

https://developer.android.google.cn/guide/components/fragments.html

加载器

https://developer.android.google.cn/guide/components/loaders.html

任务和返回栈

https://developer.android.google.cn/guide/components/tasks-and-back-stack.html

概览屏幕

https://developer.android.google.cn/guide/components/recents.html

服务

https://developer.android.google.cn/guide/components/services.html

绑定服务

https://developer.android.google.cn/guide/components/bound-services.html

Android 接口定义语言 (AIDL)

https://developer.android.google.cn/guide/components/aidl.html

内容提供程序

https://developer.android.google.cn/guide/topics/providers/content-providers.html

内容提供程序基础知识

https://developer.android.google.cn/guide/topics/providers/content-provider-basics.html

创建内容提供程序

https://developer.android.google.cn/guide/topics/providers/content-provider-creating.html

日历提供程序

https://developer.android.google.cn/guide/topics/providers/calendar-provider.html

联系人提供程序

https://developer.android.google.cn/guide/topics/providers/contacts-provider.html

存储访问框架

https://developer.android.google.cn/guide/topics/providers/document-provider.html

应用小部件 App Widgets

https://developer.android.google.cn/guide/topics/appwidgets/index.html

应用小部件主机 App Widget Host

https://developer.android.google.cn/guide/topics/appwidgets/index.html

进程和线程

https://developer.android.google.cn/guide/components/processes-and-threads.html

应用资源 App Resources

https://developer.android.google.cn/guide/topics/resources/index.html

资源概览

https://developer.android.google.cn/guide/topics/resources/overview.html

提供资源

https://developer.android.google.cn/guide/topics/resources/providing-resources.html

访问资源

https://developer.android.google.cn/guide/topics/resources/accessing-resources.html

处理运行时变更

https://developer.android.google.cn/guide/topics/resources/runtime-changes.html

本地化 Localizing with Resources

https://developer.android.google.cn/guide/topics/resources/localization.html

ICU4J Android 框架 API

https://developer.android.google.cn/guide/topics/resources/icu4j-framework.html

语言和语言区域

https://developer.android.google.cn/guide/topics/resources/multilingual-support.html

资源类型 Resource Types

https://developer.android.google.cn/guide/topics/resources/available-resources.html

动画 Animation Resources

https://developer.android.google.cn/guide/topics/resources/animation-resource.html

颜色状态列表 Color State List Resource

https://developer.android.google.cn/guide/topics/resources/color-list-resource.html

可绘制对象

https://developer.android.google.cn/guide/topics/resources/drawable-resource.html

布局 Layout Resource

https://developer.android.google.cn/guide/topics/resources/layout-resource.html

菜单 Menu Resource

https://developer.android.google.cn/guide/topics/resources/menu-resource.html

字符串

https://developer.android.google.cn/guide/topics/resources/string-resource.html

样式 Style Resource

https://developer.android.google.cn/guide/topics/resources/style-resource.html

其他类型 More Resource Types

https://developer.android.google.cn/guide/topics/resources/more-resources.html

应用清单

https://developer.android.google.cn/guide/topics/manifest/manifest-intro.html

用户界面

https://developer.android.google.cn/guide/topics/ui/index.html

UI 概览

https://developer.android.google.cn/guide/topics/ui/overview.html

布局

https://developer.android.google.cn/guide/topics/ui/declaring-layout.html

线性布局

https://developer.android.google.cn/guide/topics/ui/layout/linear.html

相对布局 Relative Layout

https://developer.android.google.cn/guide/topics/ui/layout/relative.html

列表视图

https://developer.android.google.cn/guide/topics/ui/layout/listview.html

网格视图 Grid View

https://developer.android.google.cn/guide/topics/ui/layout/gridview.html

输入控件

https://developer.android.google.cn/guide/topics/ui/controls.html

按钮 Buttons

https://developer.android.google.cn/guide/topics/ui/controls/button.html

文本字段 Specifying the Input Method Type

https://developer.android.google.cn/training/keyboard-input/style.html

复选框 Checkboxes

https://developer.android.google.cn/guide/topics/ui/controls/checkbox.html

单选按钮 Radio Buttons

https://developer.android.google.cn/guide/topics/ui/controls/radiobutton.html

切换按钮 Toggle Buttons

https://developer.android.google.cn/guide/topics/ui/controls/togglebutton.html

微调框

https://developer.android.google.cn/guide/topics/ui/controls/spinner.html

选取器

https://developer.android.google.cn/guide/topics/ui/controls/pickers.html

输入事件

https://developer.android.google.cn/guide/topics/ui/ui-events.html

菜单

https://developer.android.google.cn/guide/topics/ui/menus.html

设置

https://developer.android.google.cn/guide/topics/ui/settings.html

对话框

https://developer.android.google.cn/guide/topics/ui/dialogs.html

通知

https://developer.android.google.cn/guide/topics/ui/notifiers/notifications.html

Toasts

https://developer.android.google.cn/guide/topics/ui/notifiers/toasts.html

搜索 Search Overview

https://developer.android.google.cn/guide/topics/search/index.html

创建搜索界面 Creating a Search Interface

https://developer.android.google.cn/guide/topics/search/search-dialog.html

添加近期查询建议 Adding Recent Query Suggestions

https://developer.android.google.cn/guide/topics/search/adding-recent-query-suggestions.html

添加自定义建议 Adding Custom Suggestions

https://developer.android.google.cn/guide/topics/search/adding-custom-suggestions.html

可搜索配置 Searchable Configuration

https://developer.android.google.cn/guide/topics/search/searchable-config.html

多窗口支持

https://developer.android.google.cn/guide/topics/ui/multi-window.html

拖放

https://developer.android.google.cn/guide/topics/ui/drag-drop.html

无障碍功能 Accessibility

https://developer.android.google.cn/guide/topics/ui/accessibility/index.html

为应用设置无障碍功能 Making Apps More Accessible

https://developer.android.google.cn/guide/topics/ui/accessibility/apps.html

无障碍功能开发者检查单 Accessibility Developer Checklist

https://developer.android.google.cn/guide/topics/ui/accessibility/checklist.html

构建无障碍服务 Building Accessibility Services

https://developer.android.google.cn/guide/topics/ui/accessibility/services.html

样式和主题

https://developer.android.google.cn/guide/topics/ui/themes.html

自定义组件 Custom Components

https://developer.android.google.cn/guide/topics/ui/custom-components.html

动画和图形 Animation and Graphics

https://developer.android.google.cn/guide/topics/graphics/index.html

概览 Overview

https://developer.android.google.cn/guide/topics/graphics/overview.html

属性动画 Property Animation

https://developer.android.google.cn/guide/topics/graphics/prop-animation.html

视图动画 View Animation

https://developer.android.google.cn/guide/topics/graphics/view-animation.html

可绘制动画 Drawable Animation

https://developer.android.google.cn/guide/topics/graphics/drawable-animation.html

画布和可绘制对象 Canvas and Drawables

https://developer.android.google.cn/guide/topics/graphics/2d-graphics.html

OpenGL ES

https://developer.android.google.cn/guide/topics/graphics/opengl.html

硬件加速 Hardware Acceleration

https://developer.android.google.cn/guide/topics/graphics/hardware-accel.html

计算 Computation

https://developer.android.google.cn/guide/topics/renderscript/index.html

RenderScript

https://developer.android.google.cn/guide/topics/renderscript/compute.html

高级 RenderScript

https://developer.android.google.cn/guide/topics/renderscript/advanced.html

Runtime API 参考

https://developer.android.google.cn/guide/topics/renderscript/reference/overview.html

媒体和相机 Media and Camera

https://developer.android.google.cn/guide/topics/media/index.html

媒体回放 MediaPlayer

https://developer.android.google.cn/guide/topics/media/mediaplayer.html

媒体路由器 MediaRouter API

https://developer.android.google.cn/guide/topics/media/mediarouter.html

媒体路由提供程序 Media Route Provider API

https://developer.android.google.cn/guide/topics/media/mediarouteprovider.html

ExoPlayer

https://developer.android.google.cn/guide/topics/media/exoplayer.html

支持的媒体格式 Supported Media Formats

https://developer.android.google.cn/guide/topics/media/media-formats.html

音频采集 MediaRecorder

https://developer.android.google.cn/guide/topics/media/mediarecorder.html

相机 Camera API

https://developer.android.google.cn/guide/topics/media/camera.html

位置和传感器 Location and Sensors APIs

https://developer.android.google.cn/guide/topics/sensors/index.html

位置和地图 Location and Maps

https://developer.android.google.cn/guide/topics/location/index.html

位置策略 Location Strategies

https://developer.android.google.cn/guide/topics/location/strategies.html

传感器概览 Sensors Overview

https://developer.android.google.cn/guide/topics/sensors/sensors_overview.html

运动传感器 Motion Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_motion.html

位置传感器 Position Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_position.html

环境传感器 Environment Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_environment.html

连接 Connectivity

https://developer.android.google.cn/guide/topics/connectivity/index.html

蓝牙

https://developer.android.google.cn/guide/topics/connectivity/bluetooth.html

蓝牙低功耗 Bluetooth Low Energy

https://developer.android.google.cn/guide/topics/connectivity/bluetooth-le.html

NFC

https://developer.android.google.cn/guide/topics/connectivity/nfc/index.html

NFC 基础知识 NFC Basics

https://developer.android.google.cn/guide/topics/connectivity/nfc/nfc.html

高级 NFC Advanced NFC

https://developer.android.google.cn/guide/topics/connectivity/nfc/advanced-nfc.html

基于主机的卡模拟 Host-based Card Emulation

https://developer.android.google.cn/guide/topics/connectivity/nfc/hce.html

Wi-Fi P2P

https://developer.android.google.cn/guide/topics/connectivity/wifip2p.html

USB

https://developer.android.google.cn/guide/topics/connectivity/usb/index.html

配件 USB Accessory

https://developer.android.google.cn/guide/topics/connectivity/usb/accessory.html

主机 USB Host

https://developer.android.google.cn/guide/topics/connectivity/usb/host.html

SIP Session Initiation Protocol

https://developer.android.google.cn/guide/topics/connectivity/sip.html

文本和输入 Text and Input

https://developer.android.google.cn/guide/topics/text/index.html

复制和粘贴 Copy and Paste

https://developer.android.google.cn/guide/topics/text/copy-paste.html

创建 IME Creating an Input Method

https://developer.android.google.cn/guide/topics/text/creating-input-method.html

拼写检查程序 Spelling Checker Framework

https://developer.android.google.cn/guide/topics/text/spell-checker-framework.html

数据存储 Data Storage

https://developer.android.google.cn/guide/topics/data/index.html

存储选项

https://developer.android.google.cn/guide/topics/data/data-storage.html

数据备份 Backing up App Data to the Cloud

https://developer.android.google.cn/guide/topics/data/backup.html

应用安装位置 App Install Location

https://developer.android.google.cn/guide/topics/data/install-location.html

Android 库

https://developer.android.google.cn/topic/libraries/index.html

支持库

https://developer.android.google.cn/topic/libraries/support-library/index.html

功能

https://developer.android.google.cn/topic/libraries/support-library/features.html

设置

https://developer.android.google.cn/topic/libraries/support-library/setup.html

修订历史记录 Recent Support Library Revisions

https://developer.android.google.cn/topic/libraries/support-library/revisions.html

数据绑定库 Data Binding Library

https://developer.android.google.cn/topic/libraries/data-binding/index.html

测试支持库

https://developer.android.google.cn/topic/libraries/testing-support-library/index.html

管理 Administration

https://developer.android.google.cn/guide/topics/admin/index.html

设备政策 Device Administration

https://developer.android.google.cn/guide/topics/admin/device-admin.html

网络应用 Web Apps

https://developer.android.google.cn/guide/webapps/index.html

在网络应用中支持不同屏幕 Supporting Different Screens in Web Apps

https://developer.android.google.cn/guide/webapps/targeting.html

在 WebView 中构建网络应用 Building Web Apps in WebView

https://developer.android.google.cn/guide/webapps/webview.html

迁移到 Android 4.4 中的 WebView Migrating to WebView in Android 4.4

https://developer.android.google.cn/guide/webapps/migrating.html

调试网络应用 Debugging Web Apps

https://developer.android.google.cn/guide/webapps/debugging.html

网络应用最佳做法 Best Practices for Web Apps

https://developer.android.google.cn/guide/webapps/best-practices.html

最佳实践 Best Practices

https://developer.android.google.cn/guide/practices/index.html

支持多种屏幕

https://developer.android.google.cn/guide/practices/screens_support.html

分配到特定屏幕 Distributing to Specific Screens

https://developer.android.google.cn/guide/practices/screens-distribution.html

屏幕兼容性模式 Screen Compatibility Mode

https://developer.android.google.cn/guide/practices/screen-compat-mode.html

支持平板电脑和手机 Supporting Tablets and Handsets

https://developer.android.google.cn/guide/practices/tablets-and-handsets.html